home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Utilities / Web Server Crackerz / Hack Office 2000.exe / HO2k.exe / 0 / RCDATA / TFSPECIALIZE / TFSPECIALIZE.txt
Encoding:
Text File  |  1999-12-14  |  1.9 KB  |  111 lines

  1. object fSpecialize: TfSpecialize
  2.   Left = 277
  3.   Top = 227
  4.   Width = 530
  5.   Height = 132
  6.   Caption = 'Specialize'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 16
  17.     Width = 62
  18.     Height = 13
  19.     Caption = 'Search terms'
  20.   end
  21.   object SpeedButton1: TSpeedButton
  22.     Left = 208
  23.     Top = 72
  24.     Width = 25
  25.     Height = 25
  26.     Caption = '1'
  27.     OnClick = SpeedButton1Click
  28.   end
  29.   object SpeedButton2: TSpeedButton
  30.     Left = 240
  31.     Top = 72
  32.     Width = 25
  33.     Height = 25
  34.     Caption = '2'
  35.     OnClick = SpeedButton2Click
  36.   end
  37.   object SpeedButton3: TSpeedButton
  38.     Left = 272
  39.     Top = 72
  40.     Width = 25
  41.     Height = 25
  42.     Caption = '3'
  43.     OnClick = SpeedButton3Click
  44.   end
  45.   object SpeedButton4: TSpeedButton
  46.     Left = 304
  47.     Top = 72
  48.     Width = 25
  49.     Height = 25
  50.     Caption = '4'
  51.     OnClick = SpeedButton4Click
  52.   end
  53.   object SpeedButton5: TSpeedButton
  54.     Left = 336
  55.     Top = 72
  56.     Width = 25
  57.     Height = 25
  58.     Caption = '5'
  59.     OnClick = SpeedButton5Click
  60.   end
  61.   object SpeedButton6: TSpeedButton
  62.     Left = 368
  63.     Top = 72
  64.     Width = 25
  65.     Height = 25
  66.     Caption = '6'
  67.     OnClick = SpeedButton6Click
  68.   end
  69.   object Edit1: TEdit
  70.     Left = 80
  71.     Top = 8
  72.     Width = 425
  73.     Height = 21
  74.     TabOrder = 0
  75.   end
  76.   object BitBtn1: TBitBtn
  77.     Left = 8
  78.     Top = 72
  79.     Width = 75
  80.     Height = 25
  81.     TabOrder = 1
  82.     Kind = bkOK
  83.   end
  84.   object BitBtn2: TBitBtn
  85.     Left = 104
  86.     Top = 72
  87.     Width = 75
  88.     Height = 25
  89.     TabOrder = 2
  90.     Kind = bkCancel
  91.   end
  92.   object rbThis: TRadioButton
  93.     Left = 120
  94.     Top = 40
  95.     Width = 97
  96.     Height = 17
  97.     Caption = 'delete this lines'
  98.     TabOrder = 3
  99.   end
  100.   object rbOther: TRadioButton
  101.     Left = 8
  102.     Top = 40
  103.     Width = 105
  104.     Height = 17
  105.     Caption = 'delete other lines'
  106.     Checked = True
  107.     TabOrder = 4
  108.     TabStop = True
  109.   end
  110. end
  111.